From cecf8faaf724058c6bd6c72a22af957ea0c352e3 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Fabrice=20Desr=C3=A9?= Date: Fri, 2 Jun 2017 18:51:09 -0700 Subject: [PATCH] Fix typo in argument name. --- src/doc/external-tools.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/doc/external-tools.md b/src/doc/external-tools.md index fc3c5a368..99f9fde6a 100644 --- a/src/doc/external-tools.md +++ b/src/doc/external-tools.md @@ -70,7 +70,7 @@ If you are using Rust, there is [cargo_metadata] crate. # Information about build -When passing `--message=format=json`, Cargo will output the following +When passing `--message-format=json`, Cargo will output the following information during the build: * compiler errors and warnings, -- 2.30.2